inst/scratch/plots of animals : humans : plants.R

things <- data.frame(sosid, humans, animals, plants)
library(reshape2)
things_melted <- melt(things, id.vars = "sosid")
qplot(x = value, fill = variable, data = things_melted, position = "fill")
qplot(x = value, fill = variable, data = things_melted, position = "dodge")
qplot(x = value, fill = variable, data = things_melted, position = "identity", alpha = 0.3)
ecohealthalliance/sos documentation built on May 15, 2019, 7:56 p.m.